home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / netbsd / tools / bffs-1.3.readme < prev    next >
Text File  |  1995-10-19  |  5KB  |  138 lines

  1. Descr:     BFFSFilesystem allows you to mount (and use) Unix filesystems
  2.     directly under AmigaDOS. Allows writing to 4.2ufs-partitions,
  3.     will nuke 4.4ufs-partitions!
  4.  
  5. Short: Berkeley Fast Filesystem 1.3 (Read-Write)
  6. Type: misc/emu
  7. Uploader: cdh@mtu.edu
  8. Author: cdh@mtu.edu
  9.  
  10. -----------------------------------------------------------------------
  11. Version 1.3 of BFFS  (Read-Write)      Distribution is 2-Feb-94
  12. -----------------------------------------------------------------------
  13.  
  14. Berkeley Fast Filesystem AmigaDOS, Copyright 1991-1994 Chris Hooper
  15.  
  16. BFFSFilesystem allows you to mount (and use) Unix filesystems directly
  17. under AmigaDOS.  Function in the operating system is similar in form to
  18. MessyDos (©) by Olaf Seibert or a CD-ROM filesystem for the Amiga.
  19.  
  20. This is the first read-write version of the filesystem.  And, although
  21. I have done a fair amount of testing, you should not consider this
  22. package stable or otherwise bug-free.
  23.  
  24. The original package (1.0 release) was co-authored by Bill Moore and
  25. Chris Hooper.  Bill Moore has since acquired other projects, so this
  26. product will be maintained and supported entirely by Chris Hooper.
  27.  
  28. Compatibility
  29.     This package has been tested (working) with:
  30.         hardware:  Amiga 500, 1000, 2000, and 3000
  31.         software:  OS 2.04 and softkicked OS 2.04
  32.  
  33. I see no reason why it should not work with any other Amiga hardware
  34. or OS configuration.
  35.  
  36. -----------------------------------------------------------------------
  37. BFFS PACKAGE DISTRIBUTED FILES
  38.  
  39. doc/legal_information
  40.     Please read this first.  By using this product you automatically
  41.     agree to all terms and conditions stated in the above file.
  42.  
  43. BFFSFileSystem - Berkeley FFS implementation filesystem for AmigaDOS
  44.     This is the first release of the Read-Write version of the
  45.     filesystem.  Since it is the first release, the possibility
  46.     of grave data corruption exists for filesystems with parameters
  47.     which have not been tested.  Please see the program documentation
  48.     for situations which have been tested.
  49.  
  50. MountList.BFFS  - Sample AmigaDOS mountlist for filesystem
  51.     The information contained in this MountList is explained in
  52.     detail in the user manual.
  53.  
  54. bin/BFFSTool - Amiga gadtools utility to monitor filesystem performance
  55.     and modify current operating parameters.  See the user manual
  56.     for operating instructions.
  57.  
  58. bin/dumpfs - Show various Berkeley Fast Filesystem parameters; this
  59.     includes information in the disk label (if present) as well
  60.     as the superblock and cylinder group summary information.
  61.     This tool requires the filesystem already be mounted.
  62.  
  63. bin/dcp - Copy from files to devices and visa versa.  See the separate
  64.     documentation included for this package for details.
  65.  
  66. bin/ln - Create hard and soft links (usage is similar to UNIX ln command)
  67.  
  68. bin/chown - Change file Ownership (per AmigaDOS 3.0 packet)
  69.  
  70. bin/mknod - Create Unix special device nodes
  71.  
  72. bin/rdb - Show/modify the RDB (Rigid Disk Block) area of an Amiga disk
  73.  
  74. bin/els - Quick and dirty directory lister showing extended AmigaDOS 3.0
  75.     permissions and file owner/group.
  76.  
  77. bin/newfs - 4.3 BSD Tahoe source ported to the Amiga.
  78.     This program will create a new BSD filesystem within the bounds of
  79.     the specified partition.  This tool requires the filesystem already
  80.     be mounted.  A diskchange should be done on the partition following
  81.     the new filesystem creation.
  82.  
  83. bin/fsck - 4.3 BSD Tahoe source ported to the Amiga
  84.     This program will check the consistency of the filesystem specified.
  85.     It will also NOT work correctly with SunOS 4.1.2 newfs'ed partitions,
  86.     as Sun has changed its cylinder summary information slightly.
  87.     The filesystem MUST be quiescent before starting fsck.  If the
  88.     filesystem is modified, you must perform a diskchange on the
  89.     partition to ensure continued data consistency.
  90.  
  91. bin/diskpart - 4.3 BSD Tahoe source ported to the Amiga
  92.     This program allows you to create and/or edit the disk boot
  93.     label information stored in the first sector of the disk
  94.     (Amiga disk partition).  When creating a new disk label, if
  95.     you do not specify the partition type, one will automatically
  96.     be created for you specifying parameters which fit inside the
  97.     the AmigaDOS partition.
  98.  
  99. doc/user_manual - Documentation on how to get started and maintain
  100.     your BSD filesystems under AmigaDOS.
  101.     
  102. doc/release_notes.BFFS - Filesystem operation (code) changes since
  103.     previous releases of the BFFS package.
  104.  
  105. doc/BFFSTool.doc - documentation for BFFSTool
  106.  
  107. doc/dcp.doc - documentation for dcp
  108.  
  109. doc/legal_information.dcp - legal information pertaining to dcp
  110.  
  111. doc/dumpfs.doc - documentation for dumpfs
  112.  
  113. doc/ln.doc - documentation for ln
  114.  
  115. doc/chown.doc - documentation for chown
  116.  
  117. doc/mknod.doc - documentation for mknod
  118.  
  119. doc/rdb.doc - documentation for rdb
  120.  
  121. doc/els.doc - documentation for els
  122.  
  123. etc/disktab - predefined disktypes for disklabel (not absolutely needed)
  124.  
  125. etc/Raw_Sun_Floppy_label - if you want to put a Sun label on a floppy
  126.                so that a Sun can use it, you need to format
  127.                the floppy, newfs the floppy, then
  128.                dcp Raw_Sun_Floppy_label BF0:
  129.                If BF0: is the name of your BFFS floppy device.
  130.  
  131. etc/HD_Raw_Sun_Floppy_label - This is the 1.44MB version of the Sun floppy
  132.                   label (for high density floppy drives)
  133.  
  134. -----------------------------------------------------------------------
  135.  
  136. This package was written by Chris Hooper (cdh@mtu.edu)
  137. -----------------------------------------------------------------------
  138.